Type alias CreateProfileInstructionAccounts
CreateProfileInstructionAccounts: {
anchorRemainingAccounts?: web3.AccountMeta[];
didData: web3.PublicKey;
profile: web3.PublicKey;
project: web3.PublicKey;
rentSysvar: web3.PublicKey;
solDidProgram: web3.PublicKey;
systemProgram?: web3.PublicKey;
user: web3.PublicKey;
vault: web3.PublicKey;
wallet: web3.PublicKey;
}
Type declaration
-
Optional
anchorRemainingAccounts?: web3.AccountMeta[]
-
didData: web3.PublicKey
-
profile: web3.PublicKey
-
project: web3.PublicKey
-
rentSysvar: web3.PublicKey
-
solDidProgram: web3.PublicKey
-
Optional
systemProgram?: web3.PublicKey
-
user: web3.PublicKey
-
vault: web3.PublicKey
-
wallet: web3.PublicKey
Accounts required by the createProfile instruction