interface CreateFundDelegateResult {
    ixs: TransactionInstruction[];
    tokenAccount: Address;
    txId: string;
}

Hierarchy

  • ITransactionResult
    • CreateFundDelegateResult

Properties

Properties

ixs: TransactionInstruction[]
tokenAccount: Address
txId: string