Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/codecs
Option
Type Alias Option<T>
Option
:
None
|
Some
<
T
>
An implementation of the Rust Option type in JavaScript. It can be one of the following:
Some
: Meaning there is a value of type T.
None
: Meaning there is no value.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...
An implementation of the Rust Option type in JavaScript. It can be one of the following:
Some: Meaning there is a value of type T.None: Meaning there is no value.