Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
SignerInfoSDKType
Interface SignerInfoSDKType
SignerInfo describes the public key and signing mode of a single top-level signer.
interface
SignerInfoSDKType
{
mode_info
?:
ModeInfoSDKType
;
public_key
?:
AnySDKType
;
sequence
:
bigint
;
}
Index
Properties
mode_
info?
public_
key?
sequence
Properties
Optional
mode_
info
mode_
info
?:
ModeInfoSDKType
Optional
public_
key
public_
key
?:
AnySDKType
sequence
sequence
:
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
mode_
info
public_
key
sequence
@crownfi/sei-js-proto
Loading...
SignerInfo describes the public key and signing mode of a single top-level signer.