Type alias PrettyInstruction
PrettyInstruction: {
keys: {
isSigner: boolean;
isWritable: boolean;
pubkey: string | undefined;
}[];
programId: string | undefined;
}
Type declaration
-
keys: {
isSigner: boolean;
isWritable: boolean;
pubkey: string | undefined;
}[]
-
programId: string | undefined