fix: strip internal types from external declaration
This commit is contained in:
committed by
Justin Starry
parent
69a4059da0
commit
44e3445a4d
@@ -104,9 +104,9 @@ export class TransactionInstruction {
|
||||
}
|
||||
|
||||
/**
|
||||
* @internal
|
||||
* Pair of signature and corresponding public key
|
||||
*/
|
||||
type SignaturePubkeyPair = {
|
||||
export type SignaturePubkeyPair = {
|
||||
signature: Buffer | null;
|
||||
publicKey: PublicKey;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user