SorobanDelegateSignatureXdr

data class SorobanDelegateSignatureXdr(val address: SCAddressXdr, val signature: SCValXdr, val nestedDelegates: List<SorobanDelegateSignatureXdr>)

XDR Source: struct SorobanDelegateSignature { SCAddress address; SCVal signature; SorobanDelegateSignature nestedDelegates<>; };

Constructors

Link copied to clipboard
constructor(address: SCAddressXdr, signature: SCValXdr, nestedDelegates: List<SorobanDelegateSignatureXdr>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)