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>, }

interface BaseJsonPkpSignRequest {
    authMethods?: AuthMethod[];
    toSign: ArrayLike<number>;
}

Hierarchy (view full)

Properties

Properties

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