serialize method
Implementation
ByteArray serialize() => ByteArray.merge([
ByteArray.fromBase58(staker),
ByteArray.fromBase58(withdrawer),
]);
ByteArray serialize() => ByteArray.merge([
ByteArray.fromBase58(staker),
ByteArray.fromBase58(withdrawer),
]);