Interface Assertion

interface Assertion {
    amount: Amount;
    subaccounts: boolean;
    type: "strong" | "normal";
}

Properties

amount: Amount
subaccounts: boolean
type: "strong" | "normal"

Generated using TypeDoc