Skip to main content

Doc autogenerated from onflow/sdk/src/encode/encode.ts

encodeTxIdFromVoucher

Import


_10
import { encodeTxIdFromVoucher } from "@onflow/sdk"

Parameters

voucher

  • Type: Voucher

_11
export interface Voucher {
_11
cadence: string
_11
refBlock: string
_11
computeLimit: number
_11
arguments: VoucherArgument[]
_11
proposalKey: VoucherProposalKey
_11
payer: string
_11
authorizers: string[]
_11
payloadSigs: Sig[]
_11
envelopeSigs: Sig[]
_11
}

Returns

string


Rate this page