@webzjs/webz-keysFunctionspczt_signpczt_sign Callablepczt_sign(network: string, pczt: Pczt, usk: UnifiedSpendingKey, seed_fp: SeedFingerprint): Promise<Pczt>Signs and applies signatures to a PCZT. Should in a secure environment (e.g. Metamask snap). Argumentspczt - The PCZT that needs to signedusk - UnifiedSpendingKey used to sign the PCZTseed_fp - The fingerprint of the seed used to create uskParametersnetwork: stringpczt: Pcztusk: UnifiedSpendingKeyseed_fp: SeedFingerprintReturns Promise<Pczt>
Signs and applies signatures to a PCZT. Should in a secure environment (e.g. Metamask snap).
Arguments
pczt
- The PCZT that needs to signedusk
- UnifiedSpendingKey used to sign the PCZTseed_fp
- The fingerprint of the seed used to createusk