fix: add {min,max}LamportsPerSignature fields
This commit is contained in:
parent
53dcf56559
commit
aa9f2f8730
@ -221,6 +221,8 @@ const GetRecentBlockhash = jsonRpcResult([
|
|||||||
'string',
|
'string',
|
||||||
struct({
|
struct({
|
||||||
lamportsPerSignature: 'number',
|
lamportsPerSignature: 'number',
|
||||||
|
maxLamportsPerSignature: 'number',
|
||||||
|
minLamportsPerSignature: 'number',
|
||||||
targetLamportsPerSignature: 'number',
|
targetLamportsPerSignature: 'number',
|
||||||
targetSignaturesPerSlot: 'number',
|
targetSignaturesPerSlot: 'number',
|
||||||
}),
|
}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user