pub fn identity_create_from_shielded_extra_sighash_data_v0(
identity_id: &[u8; 32],
denomination: u64,
send_to_address_on_creation_failure: &PlatformAddress,
public_keys: &[IdentityPublicKeyInCreation],
) -> Vec<u8> ⓘExpand description
v0 byte layout of identity_create_from_shielded_extra_sighash_data (see that function’s doc
comment for the layout and rationale). Frozen: never mutate; a layout change requires a new _v1
- version bump.