mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 03:58:04 +00:00
@@ -126,7 +126,7 @@ pub enum BalanceStatus {
|
||||
bitflags::bitflags! {
|
||||
/// Reasons for moving funds out of an account.
|
||||
#[derive(Encode, Decode)]
|
||||
pub struct WithdrawReasons: i8 {
|
||||
pub struct WithdrawReasons: u8 {
|
||||
/// In order to pay for (system) transaction costs.
|
||||
const TRANSACTION_PAYMENT = 0b00000001;
|
||||
/// In order to transfer ownership.
|
||||
|
||||
Reference in New Issue
Block a user