Type Alias GlobalCreateInstructionAccounts

GlobalCreateInstructionAccounts: {
    global: web3.PublicKey;
    globalVault: web3.PublicKey;
    mint: web3.PublicKey;
    payer: web3.PublicKey;
    systemProgram?: web3.PublicKey;
    tokenProgram?: web3.PublicKey;
}

Accounts required by the GlobalCreate instruction