Doc autogenerated from onflow/sdk/src/resolve/voucher.ts
voucherToTxId
Import
_10import { voucherToTxId } from "@onflow/sdk"
Parameters
voucher
- Type:
Voucher
_11export 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