Interface BaseJsonPkpSignRequest

Struct in rust

pub struct JsonExecutionRequest { pub auth_sig: AuthSigItem, #[serde(default = "default_epoch")] pub epoch: u64,

pub ipfs_id: Option, pub code: Option, pub js_params: Option, pub auth_methods: Option<Vec>, }

Hierarchy

Properties

Properties

authMethods?: AuthMethod[]
toSign: ArrayLike<number>

Generated using TypeDoc