Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
IdentifiedConnectionSDKType
Interface IdentifiedConnectionSDKType
IdentifiedConnection defines a connection with additional connection identifier field.
interface
IdentifiedConnectionSDKType
{
client_id
:
string
;
counterparty
:
undefined
|
CounterpartySDKType
;
delay_period
:
bigint
;
id
:
string
;
state
:
State
;
versions
:
VersionSDKType
[]
;
}
Index
Properties
client_
id
counterparty
delay_
period
id
state
versions
Properties
client_
id
client_
id
:
string
counterparty
counterparty
:
undefined
|
CounterpartySDKType
delay_
period
delay_
period
:
bigint
id
id
:
string
state
state
:
State
versions
versions
:
VersionSDKType
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client_
id
counterparty
delay_
period
id
state
versions
@crownfi/sei-js-proto
Loading...
IdentifiedConnection defines a connection with additional connection identifier field.