Search
Preparing search index...
The search index is not available
@identity.com/solana-gateway-ts
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@identity.com/solana-gateway-ts
GatewayToken
Class GatewayToken
Hierarchy
GatewayToken
Index
Constructors
constructor
Properties
expiry
Time
gatekeeper
Network
issuing
Gatekeeper
owner
program
Id
public
Key
state
Methods
has
Expired
is
Valid
update
from
Account
Constructors
constructor
new
Gateway
Token
(
issuingGatekeeper
:
PublicKey
, gatekeeperNetwork
:
PublicKey
, owner
:
PublicKey
, state
:
State
, publicKey
:
PublicKey
, programId
:
PublicKey
, expiryTime
?:
number
)
:
GatewayToken
Parameters
issuingGatekeeper:
PublicKey
gatekeeperNetwork:
PublicKey
owner:
PublicKey
state:
State
publicKey:
PublicKey
programId:
PublicKey
Optional
expiryTime:
number
Returns
GatewayToken
Properties
Optional
Readonly
expiry
Time
expiry
Time
:
number
Readonly
gatekeeper
Network
gatekeeper
Network
:
PublicKey
Readonly
issuing
Gatekeeper
issuing
Gatekeeper
:
PublicKey
Readonly
owner
owner
:
PublicKey
Readonly
program
Id
program
Id
:
PublicKey
Readonly
public
Key
public
Key
:
PublicKey
Readonly
state
state
:
State
Methods
Private
has
Expired
has
Expired
(
)
:
boolean
Returns
boolean
is
Valid
is
Valid
(
)
:
boolean
Returns
boolean
update
update
(
__namedParameters
:
{
expiryTime
?:
number
;
state
:
State
}
)
:
GatewayToken
Parameters
__namedParameters:
{
expiryTime
?:
number
;
state
:
State
}
Optional
expiry
Time
?:
number
state
:
State
Returns
GatewayToken
Static
from
Account
from
Account
(
accountInfo
:
AccountInfo
<
Buffer
>
, key
:
PublicKey
)
:
GatewayToken
Parameters
accountInfo:
AccountInfo
<
Buffer
>
key:
PublicKey
Returns
GatewayToken
Exports
Gateway
Token
constructor
expiry
Time
gatekeeper
Network
issuing
Gatekeeper
owner
program
Id
public
Key
state
has
Expired
is
Valid
update
from
Account
Generated using
TypeDoc