Update condition documentation (Thanks @arkpar) (#4659)
This commit is contained in:
parent
daf36739ce
commit
92fa4249d3
@ -100,10 +100,10 @@ const transactionDetails = {
|
|||||||
type: Quantity,
|
type: Quantity,
|
||||||
desc: 'The S field of the signature.'
|
desc: 'The S field of the signature.'
|
||||||
},
|
},
|
||||||
minBlock: {
|
condition: {
|
||||||
type: BlockNumber,
|
type: Object,
|
||||||
optional: true,
|
optional: true,
|
||||||
desc: 'Block number, tag or `null`.'
|
desc: 'Conditional submission, Block number in `block` or timestamp in `time` or `null`.'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user