signatureBase

abstract suspend fun signatureBase(): ByteArray

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

The signature base consists of the network ID hash concatenated with the transaction XDR. This data is hashed and signed by transaction signers.

Return

The signature base bytes