Skip to content

Commit

Permalink
solana-labs#2406: add multisigAuthority and signers attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrushi20 committed Apr 28, 2024
1 parent 1811f1b commit c4f6ca1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/rpc-graphql/src/schema/instruction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,8 @@ export const instructionTypeDefs = /* GraphQL */ `
mint: Account
source: Account
tokenAmount: TokenAmount
multisigAuthority: Account
signers: [Account]
}
# TODO: Extensions!
Expand Down

0 comments on commit c4f6ca1

Please sign in to comment.