interface CreateFundDelegatePrepareResult {
    ixs: TransactionInstruction[];
    tokenAccount: Address;
}

Hierarchy

  • IPrepareResult
    • CreateFundDelegatePrepareResult

Properties

Properties

ixs: TransactionInstruction[]
tokenAccount: Address