getSignBytes abstract method

List<int> getSignBytes(
  1. SignMode mode,
  2. SignerData data,
  3. Tx tx
)

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);