Type Alias CreateWrapperInstructionAccounts

CreateWrapperInstructionAccounts: {
    owner: web3.PublicKey;
    systemProgram?: web3.PublicKey;
    wrapperState: web3.PublicKey;
}

Accounts required by the CreateWrapper instruction