CreateShardInstructionAccounts: {
    payer?: Signer;
    shardAccount: PublicKey | Pda;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • Optional payer?: Signer

    The account that will pay for the rent.

  • shardAccount: PublicKey | Pda

    The account to store the shard data in.

  • Optional systemProgram?: PublicKey | Pda

    System program

Generated using TypeDoc