SignerEffectResponse

@Serializable
abstract class SignerEffectResponse : EffectResponse

Abstract base class for signer effect responses.

This class provides common properties for signer_created, signer_updated, and signer_removed effects.

See also

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val account: String?

The account address that is associated with this effect

Link copied to clipboard
@SerialName(value = "account_muxed")
abstract val accountMuxed: String?

The muxed account address that is associated with this effect

Link copied to clipboard
@SerialName(value = "account_muxed_id")
abstract val accountMuxedId: String?

The muxed account ID that is associated with this effect

Link copied to clipboard
@SerialName(value = "created_at")
abstract val createdAt: String

ISO 8601 timestamp of when this effect occurred

Link copied to clipboard
abstract val id: String

A unique identifier for this effect

Link copied to clipboard
@SerialName(value = "_links")
abstract val links: EffectResponse.EffectLinks

Links related to this effect

Link copied to clipboard
@SerialName(value = "paging_token")
abstract override val pagingToken: String

A cursor value for use in pagination

Link copied to clipboard
@SerialName(value = "public_key")
abstract val publicKey: String

The public key of the signer

Link copied to clipboard
abstract val type: String

Type of effect

Link copied to clipboard
@SerialName(value = "weight")
abstract val weight: Int

The weight of the signer