PersonalUnlockAccount.smali

.class public Lorg/web3j/protocol/admin/methods/response/PersonalUnlockAccount;
.super Lorg/web3j/protocol/core/Response;
.source "PersonalUnlockAccount.java"


# annotations
.annotation system Ldalvik/annotation/Signature;
    value = {
        "Lorg/web3j/protocol/core/Response",
        "<",
        "Ljava/lang/Boolean;",
        ">;"
    }
.end annotation


# direct methods
.method public constructor <init>()V
    .registers 1

    .prologue
    .line 8
    invoke-direct {p0}, Lorg/web3j/protocol/core/Response;-><init>()V

    return-void
.end method


# virtual methods
.method public accountUnlocked()Ljava/lang/Boolean;
    .registers 2

    .prologue
    .line 10
    invoke-virtual {p0}, Lorg/web3j/protocol/admin/methods/response/PersonalUnlockAccount;->getResult()Ljava/lang/Object;

    move-result-object v0

    check-cast v0, Ljava/lang/Boolean;

    return-object v0
.end method