interface HolderAccount {
    len: number;
    owner: string;
    status: string;
    steps_executed: number;
    tx: string;
    tx_type: number;
}

Properties

len: number
owner: string
status: string
steps_executed: number
tx: string
tx_type: number