fix: add {min,max}LamportsPerSignature fields

This commit is contained in:
Michael Vines 2019-06-21 16:38:16 -07:00
parent 53dcf56559
commit aa9f2f8730
1 changed files with 2 additions and 0 deletions

View File

@ -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',
}), }),