libnexakotlin
Toggle table of contents
0.5.12
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin.contracts
/
MultisigFormationInvitation
Multisig
Formation
Invitation
class
MultisigFormationInvitation
:
ContractFormationInvitation
Members
Constructors
Multisig
Formation
Invitation
Link copied to clipboard
constructor
(
chain
:
ChainSelector
,
name
:
String
,
nsigs
:
Int
,
npubs
:
Int
)
constructor
(
)
Properties
chain
Link copied to clipboard
var
chain
:
ChainSelector
convo
Secret
Link copied to clipboard
var
convoSecret
:
ByteArray
name
Link copied to clipboard
var
name
:
String
npubs
Link copied to clipboard
var
npubs
:
Int
nsigs
Link copied to clipboard
var
nsigs
:
Int
type
Link copied to clipboard
var
type
:
String
Functions
deserialize
Derived
Link copied to clipboard
open
override
fun
deserializeDerived
(
ba
:
ByteArray
)
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
serialize
Derived
Link copied to clipboard
open
override
fun
serializeDerived
(
)
:
ByteArray
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
uri
Link copied to clipboard
fun
uri
(
deepLink
:
Boolean
=
true
)
:
String