stellar-sdk
Toggle table of contents
1.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
stellar-sdk
stellar-sdk
/
com.soneso.stellar.sdk.horizon.responses
/
AccountResponse
/
Signer
Signer
@
Serializable
data
class
Signer
(
val
key
:
String
,
val
type
:
String
,
val
weight
:
Int
,
val
sponsor
:
String
?
=
null
)
Represents an account signer.
Members
Constructors
Signer
Link copied to clipboard
constructor
(
key
:
String
,
type
:
String
,
weight
:
Int
,
sponsor
:
String
?
=
null
)
Properties
key
Link copied to clipboard
@
SerialName
(
value
=
"key"
)
val
key
:
String
sponsor
Link copied to clipboard
@
SerialName
(
value
=
"sponsor"
)
val
sponsor
:
String
?
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String
weight
Link copied to clipboard
@
SerialName
(
value
=
"weight"
)
val
weight
:
Int