Companion
object Companion
Properties
Functions
Link copied to clipboard
Creates an Ed25519 public key signer from raw bytes.
Creates an Ed25519 public key signer from an encoded public key string.
Link copied to clipboard
fun ed25519SignedPayload(ed25519PublicKey: ByteArray, payload: ByteArray): SignerKey.Ed25519SignedPayload
Creates an Ed25519 signed payload signer.
fun ed25519SignedPayload(encodedPublicKey: String, payload: ByteArray): SignerKey.Ed25519SignedPayload
Creates an Ed25519 signed payload signer from an encoded public key string.
Link copied to clipboard
Creates a SignerKey from an encoded signer key string.
Link copied to clipboard
Creates a SignerKey from its XDR representation.
Link copied to clipboard
Creates a Hash-X signer from raw bytes.
Creates a Hash-X signer from an encoded hash string.
Link copied to clipboard
Creates a pre-authorized transaction hash signer from raw bytes.
Creates a pre-authorized transaction hash signer from an encoded hash string.