fix: strip internal types from external declaration
This commit is contained in:
committed by
Justin Starry
parent
69a4059da0
commit
44e3445a4d
@ -1266,7 +1266,7 @@ const ParsedConfirmedTransactionMetaResult = pick({
|
||||
/**
|
||||
* Expected JSON RPC response for the "getConfirmedBlock" message
|
||||
*/
|
||||
export const GetConfirmedBlockRpcResult = jsonRpcResult(
|
||||
const GetConfirmedBlockRpcResult = jsonRpcResult(
|
||||
nullable(
|
||||
pick({
|
||||
blockhash: string(),
|
||||
|
Reference in New Issue
Block a user