Auth: { methods: { authenticate: { I: typeof Empty; O: typeof H160; kind: Unary; name: "Authenticate"; }; geofenced: { I: typeof Empty; O: typeof BoolValue; kind: Unary; name: "Geofenced"; }; nonce: { I: typeof Empty; O: typeof NonceText; kind: Unary; name: "Nonce"; }; session: { I: typeof Empty; O: typeof SiweSession; kind: Unary; name: "Session"; }; signOut: { I: typeof Empty; O: typeof Empty; kind: Unary; name: "SignOut"; }; verify: { I: typeof VerifyText; O: typeof H160; kind: Unary; name: "Verify"; }; }; typeName: "valorem.trade.v1.Auth"; } = ... Type declaration
Readonly
methods: {
authenticate: {
I: typeof Empty;
O: typeof H160;
kind: Unary;
name: "Authenticate";
};
geofenced: {
I: typeof Empty;
O: typeof BoolValue;
kind: Unary;
name: "Geofenced";
};
nonce: {
I: typeof Empty;
O: typeof NonceText;
kind: Unary;
name: "Nonce";
};
session: {
I: typeof Empty;
O: typeof SiweSession;
kind: Unary;
name: "Session";
};
signOut: {
I: typeof Empty;
O: typeof Empty;
kind: Unary;
name: "SignOut";
};
verify: {
I: typeof VerifyText;
O: typeof H160;
kind: Unary;
name: "Verify";
};
}
Readonly
authenticate: {
I: typeof Empty;
O: typeof H160;
kind: Unary;
name: "Authenticate";
}
Readonly
I: typeof Empty
Readonly
O: typeof H160
Readonly
kind: Unary
Readonly
name: "Authenticate"
Readonly
geofenced: {
I: typeof Empty;
O: typeof BoolValue;
kind: Unary;
name: "Geofenced";
}
Readonly
I: typeof Empty
Readonly
O: typeof BoolValue
Readonly
kind: Unary
Readonly
name: "Geofenced"
Readonly
nonce: {
I: typeof Empty;
O: typeof NonceText;
kind: Unary;
name: "Nonce";
}
Readonly
session: {
I: typeof Empty;
O: typeof SiweSession;
kind: Unary;
name: "Session";
}
Readonly
I: typeof Empty
Readonly
kind: Unary
Readonly
name: "Session"
Readonly
signOut: {
I: typeof Empty;
O: typeof Empty;
kind: Unary;
name: "SignOut";
}
Readonly
I: typeof Empty
Readonly
O: typeof Empty
Readonly
kind: Unary
Readonly
name: "SignOut"
Readonly
verify: {
I: typeof VerifyText;
O: typeof H160;
kind: Unary;
name: "Verify";
}
Readonly
O: typeof H160
Readonly
kind: Unary
Readonly
name: "Verify"
Readonly
typeName: "valorem.trade.v1.Auth"
Used to check if a given connection is authenticated, returns the address which is authenticated for a nonce cookie