PublicInput
Functions
serialize
Serialize AccountablePublicInput.
function serialize(AccountablePublicInput memory self) internal pure returns (bytes memory);
Parameters
| Name | Type | Description |
|---|---|---|
self | AccountablePublicInput | AccountablePublicInput. |
Returns
| Name | Type | Description |
|---|---|---|
<none> | bytes | Compressed serialized bytes of AccountablePublicInput. |