input property
ByteBuffer
get
input
Data to be signed. Note that the data is not hashed.
Implementation
ByteBuffer get input => _wrapped.input.toDart;
set
input
(ByteBuffer v)
Implementation
set input(ByteBuffer v) {
_wrapped.input = v.toJS;
}