-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implementations left to Release alpha version. #46
Comments
@cubismic and I discussed the class and interface structure of type SignedTransaction struct {
unsigned: TransactionInterface
}
type Transaction struct {
}
type TransactionInterface interface {
}
type Pay struct {
Transaction
} |
core
|
This is reduced version of #40. (could be more reduced)
MintAsset, TransferAsset, Pay transactions are planned to be available in the alpha version.
I'll set the day by day schedule until Monday(11/18).
#46 (comment)
The text was updated successfully, but these errors were encountered: