pub type Error = Error;

Aliased Type§

enum Error {
    BlockHeightInFuture,
    BlockHeightTooOld,
    DestAccountNotExist,
    ExistentialDeposit,
    InsufficientBalance,
    OneshotAccountAlreadyCreated,
    OneshotAccountNotExist,
}

Variants§

§

BlockHeightInFuture

§

BlockHeightTooOld

§

DestAccountNotExist

§

ExistentialDeposit

§

InsufficientBalance

§

OneshotAccountAlreadyCreated

§

OneshotAccountNotExist