Parameters that define a signed call that shall be CBOR-encoded and sent as the call's data field.

Properties

data?: Uint8Array

An oasis-sdk Call without the optional fields.

After encryption, body would be encrypted and this field would contain a format field. The runtime would decode the data as a types::transaction::Call.

leash: Leash
signature: Uint8Array

A signature over the call and leash as generated by signCall.

Methods

Generated using TypeDoc