Interface JsonPkpSignRequest

The actual payload structure sent to the node /pkp/sign endpoint.

Hierarchy

Properties

authMethods?: AuthMethod[]
authSig: AuthSig
pubkey: string

note that 'key' is in lower case, because this is what the node expects

toSign: ArrayLike<number>

Generated using TypeDoc