Constant Field Values
Contents
com.lmax.*
-
com.lmax.solana4j.Solana Modifier and Type Constant Field Value public static final int
MAX_MESSAGE_SIZE
1232
-
com.lmax.solana4j.api.PublicKey Modifier and Type Constant Field Value public static final int
PUBLIC_KEY_LENGTH
32
-
com.lmax.solana4j.encoding.SolanaEncoding Modifier and Type Constant Field Value public static final int
MAX_MESSAGE_SIZE
1232
-
com.lmax.solana4j.programs.AddressLookupTableProgram Modifier and Type Constant Field Value public static final int
CREATE_LOOKUP_TABLE_INSTRUCTION
0
public static final int
EXTEND_LOOKUP_TABLE_INSTRUCTION
2
public static final int
LOOKUP_TABLE_META_SIZE
56
-
com.lmax.solana4j.programs.AssociatedTokenProgram Modifier and Type Constant Field Value public static final int
CREATE_INSTRUCTION
0
public static final int
IDEMPOTENT_CREATE_INSTRUCTION
1
-
com.lmax.solana4j.programs.ComputeBudgetProgram Modifier and Type Constant Field Value public static final int
SET_COMPUTE_UNIT_LIMIT_INSTRUCTION
2
public static final int
SET_COMPUTE_UNIT_PRICE_INSTRUCTION
3
-
com.lmax.solana4j.programs.SystemProgram Modifier and Type Constant Field Value public static final int
ADVANCE_NONCE_INSTRUCTION
4
public static final int
CREATE_ACCOUNT_INSTRUCTION
0
public static final int
MINT_ACCOUNT_LENGTH
82
public static final int
NONCE_ACCOUNT_LENGTH
80
public static final int
NONCE_INIT_INSTRUCTION
6
public static final int
TRANSFER_INSTRUCTION
2
-
com.lmax.solana4j.programs.TokenProgram Modifier and Type Constant Field Value public static final int
ACCOUNT_LAYOUT_SPAN
165
public static final int
MULTI_SIG_LAYOUT_SPAN
355
-
com.lmax.solana4j.programs.TokenProgramBase Modifier and Type Constant Field Value public static final int
INITIALIZE_ACCOUNT_INSTRUCTION
1
public static final int
INITIALIZE_MINT_INSTRUCTION
0
public static final int
INITIALIZE_MULTISIG_INSTRUCTION
2
public static final int
MINT_TO_INSTRUCTION
7
public static final int
SET_AUTHORITY_INSTRUCTION
6
public static final int
TRANSFER_INSTRUCTION
3