UNPKG

@othent/kms-unbundled

Version:

Arweave Oauth Othent wallets enabled Google Key Management Service.

7 lines (6 loc) 289 B
/** * Sign the given transaction. This function assumes (and requires) a user is logged in and a valid arweave transaction. * @param transaction The transaction to sign. * @returns The signed version of the transaction. */ export declare function sign(transaction: any): Promise<any>;