sign method
Sign
\param coin coin type
\return Nebulas SigningOutput proto object.
Implementation
$nebulas.SigningOutput sign([
TWCoinType coin = TWCoinType.Nebulas,
]) {
return anySignToOutput(coin, $nebulas.SigningOutput());
}
Sign
\param coin coin type
\return Nebulas SigningOutput proto object.
$nebulas.SigningOutput sign([
TWCoinType coin = TWCoinType.Nebulas,
]) {
return anySignToOutput(coin, $nebulas.SigningOutput());
}