getSignBytes abstract method
getSignBytes returns the sign bytes for the provided SignMode, SignerData and Tx, or an error
Implementation
List<int> getSignBytes(SignMode mode, SignerData data, Tx tx);
getSignBytes returns the sign bytes for the provided SignMode, SignerData and Tx, or an error
List<int> getSignBytes(SignMode mode, SignerData data, Tx tx);