aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'client.go')
-rw-r--r--client.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/client.go b/client.go
index 827679b..938ac32 100644
--- a/client.go
+++ b/client.go
@@ -221,6 +221,11 @@ func (cl *Client) ListBank() (banks []Bank, err error) {
return banks, nil
}
+// Options return the current client configuration.
+func (cl *Client) Options() (opts ClientOptions) {
+ return cl.opts
+}
+
// RtolInquiry get the information of the name of the account owner of the
// transfer destination.
//