Skip to content

nooschain v0.1.0


nooschain / chain/prepared-transactions / createPreparedTransaction

Function: createPreparedTransaction()

createPreparedTransaction(db, args): Promise<{ expiresAt: Date; id: string; unsignedEnvelopeHash: string; }>

Defined in: chain/prepared-transactions.ts:22

Parameters

db

Kysely<Database>

args

bucketId?

string

envelope

TransactionEnvelope

now?

Date

recordId?

string

Returns

Promise<{ expiresAt: Date; id: string; unsignedEnvelopeHash: string; }>

Audience-first NOOSChain documentation.