signatureBase

open suspend override fun signatureBase(): ByteArray

Returns the signature base - the data that must be signed.

The signature base consists of:

  • Network ID hash (32 bytes)

  • Transaction envelope type (ENVELOPE_TYPE_TX)

  • Transaction XDR

Return

The signature base bytes