ContractAddressDescriptor
@midnight-ntwrk/compact-runtime v0.9.0
@midnight-ntwrk/compact-runtime / ContractAddressDescriptor
Variable: ContractAddressDescriptor
const ContractAddressDescriptor: {
alignment: Alignment;
fromValue: {
bytes: Uint8Array;
};
toValue: Value;
};
Type declarationβ
alignment()β
alignment(): Alignment;
Returnsβ
fromValue()β
fromValue(value): {
bytes: Uint8Array;
};
Parametersβ
valueβ
Returnsβ
{
bytes: Uint8Array;
}
bytesβ
bytes: Uint8Array;
toValue()β
toValue(value): Value;
Parametersβ
valueβ
bytesβ
Uint8Array