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
now?
Date
recordId?
string
Returns
Promise<{ expiresAt: Date; id: string; unsignedEnvelopeHash: string; }>