serialize method

ByteArray serialize()

Implementation

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